MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / GenericDocument<PageType,PagesCollectionType> Class
Members

GenericDocument<PageType,PagesCollectionType> Class
Represents a vector graphics document.
Object Model
GenericDocument<PageType,PagesCollectionType> Class
Syntax
'Declaration
 
Public Class GenericDocument
    (Of PageType As {New, Page},
     PagesCollectionType As {New, PagesCollection(Of PageType)}) 
   Inherits DocumentBase(Of PageType)
   Implements IDocument(Of PageType) 
 
Type Parameters
PageType
PagesCollectionType
Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.Core.Document.DocumentBase<PageType>
      GrapeCity.ActiveReports.Core.Document.GenericDocument<PageType,PagesCollectionType>
         GrapeCity.ActiveReports.Document.SectionDocument

See Also